xm-test, acm: fixes an API call due to recent changes.
authorKeir Fraser <keir.fraser@citrix.com>
Sat, 8 Dec 2007 15:47:31 +0000 (15:47 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Sat, 8 Dec 2007 15:47:31 +0000 (15:47 +0000)
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/xm-test/tests/security-acm/acm_utils.py

index 67857fb2d923cbcd9569487fa08d02e4fe78e914..457aa840b3866c6178c3fdf47e4cf6aee236e69f 100644 (file)
@@ -12,4 +12,5 @@ vmconfigfile = "/tmp/xm-test.conf"
 if not isACMEnabled():
     SKIP("Not running this test since ACM not enabled.")
 
-ACMSetPolicy(testpolicy)
+setCurrentPolicy(testpolicy)
+ACMSetPolicy()